home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 3: Dr. Sid.iso / pc / assets / sid-exit.dcr / 00026_1up.ls < prev    next >
Encoding:
Text File  |  2001-07-22  |  264 b   |  21 lines

  1. on mouseEnter
  2.   sprite(22).visible = 1
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave
  7.   sprite(22).visible = 0
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseDown
  12.   puppetSound(1, "Clicker")
  13. end
  14.  
  15. on mouseUp
  16.   play movie "Ryan-Exit"
  17.   sprite(21).visible = 0
  18.   sprite(22).visible = 0
  19.   cursor(-1)
  20. end
  21.